/*
Theme Name: HCT Custom Theme
Theme URI: http://www.dataensemble.com
Version: 1.0
Description: Custom Child Theme by DataEnsemble for HCT
Author: DataEnsemble
Author URI: http://www.dataensemble.com
Template: twentyeleven
*/
@import url(../twentyeleven/style.css);
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);

/*HEADER*/
#branding {
    border-top: 0px solid #BBBBBB;
}

/*BODY*/
body
{
	font-family: Garamond,'EB Garamond','Times New Roman' , Times, serif;    font-size: 18px;
}

/*ENTRIES/POSTS*/
.entry-title, .singular .entry-title
{
	font-family: Garamond,'EB Garamond','Times New Roman' , Times, serif;
	font-size: 22px;
	color: #666666;
}

.entry-title a
{
	color: #666666;}.entry-meta {    font-size: 14px;
}
	
#reply-title
{
	font-size: 20px;
}
/*WIDGET*/.widget ul li {
	font-size: 14px;
}
.widget-title {
	font-size: 12px;
}	
/*FOOTER*/
#site-generator
{
	background: #333333 none repeat scroll 0 0;
	border-top: 1px solid #DDDDDD;
	color: #B5B5B5;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
	border-top-width: 0px;
}

#site-generator
{
	color: #B5B5B5;
	}

#site-generator #supplementary {
    border-top: 0px solid #ddd;
    padding: 0.25em;
    overflow: hidden;
}